FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package rki.demis.ars#1.0.0-alpha.1 (125 ms)

Package rki.demis.ars
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=rki.demis.ars@1.0.0-alpha.1&canonical=https://demis.rki.de/fhir/ars/StructureDefinition/Ward
Url https://demis.rki.de/fhir/ars/StructureDefinition/Ward
Version 1.0.0
Status draft
Date 2024-09-27
Name Ward
Title Station
Experimental False
Description Station oder Funktionsstelle in einem Krankenhaus.
Type Location
Kind resource

Resources that use this resource

StructureDefinition
https://demis.rki.de/fhir/ars/StructureDefinition/Encounter Kontakt

Resources that this resource uses

StructureDefinition
https://demis.rki.de/fhir/ars/StructureDefinition/Hospital Krankenhausstandort
https://demis.rki.de/fhir/ars/ValueSet/stationstyp Stationstyp


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "Ward",
  "url" : "https://demis.rki.de/fhir/ars/StructureDefinition/Ward",
  "version" : "1.0.0",
  "name" : "Ward",
  "title" : "Station",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-09-27",
  "publisher" : "ARS@rki.de",
  "description" : "Station oder Funktionsstelle in einem Krankenhaus.",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Location",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Location",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Location.identifier",
        "path" : "Location.identifier",
        "short" : "Unveränderliche Identifikation der Station oder Funktionsstelle",
        "definition" : "Interner Identifier für die Station oder die Funktionsstelle. Der Identifier muss innerhalb der Daten des Datensender eindeutig und unveränderlich sein.",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Location.identifier.use",
        "path" : "Location.identifier.use",
        "max" : "0"
      },
      {
        "id" : "Location.identifier.type",
        "path" : "Location.identifier.type",
        "max" : "0"
      },
      {
        "id" : "Location.identifier.system",
        "path" : "Location.identifier.system",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Location.identifier.value",
        "path" : "Location.identifier.value",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Location.identifier.period",
        "path" : "Location.identifier.period",
        "max" : "0"
      },
      {
        "id" : "Location.identifier.assigner",
        "path" : "Location.identifier.assigner",
        "max" : "0"
      },
      {
        "id" : "Location.status",
        "path" : "Location.status",
        "max" : "0"
      },
      {
        "id" : "Location.operationalStatus",
        "path" : "Location.operationalStatus",
        "max" : "0"
      },
      {
        "id" : "Location.name",
        "path" : "Location.name",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Location.alias",
        "path" : "Location.alias",
        "max" : "0"
      },
      {
        "id" : "Location.description",
        "path" : "Location.description",
        "max" : "0"
      },
      {
        "id" : "Location.mode",
        "path" : "Location.mode",
        "max" : "0"
      },
      {
        "id" : "Location.type",
        "path" : "Location.type",
        "short" : "Stationstyp oder Art der Funktionsstelle",
        "definition" : "Der Stationstyp oder die Art der Funktionsstelle gibt codiert an, ob es sich um z.B. eine Normalstation, Intensivstation, IMC oder Ambulanz handelt.",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Location.type.coding",
        "path" : "Location.type.coding",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true,
        "binding" : {
          "strength" : "required",
          "valueSet" : "https://demis.rki.de/fhir/ars/ValueSet/stationstyp"
        }
      },
      {
        "id" : "Location.type.coding.system",
        "path" : "Location.type.coding.system",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Location.type.coding.version",
        "path" : "Location.type.coding.version",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Location.type.coding.code",
        "path" : "Location.type.coding.code",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Location.telecom",
        "path" : "Location.telecom",
        "max" : "0"
      },
      {
        "id" : "Location.address",
        "path" : "Location.address",
        "max" : "0"
      },
      {
        "id" : "Location.physicalType",
        "path" : "Location.physicalType",
        "max" : "0"
      },
      {
        "id" : "Location.position",
        "path" : "Location.position",
        "max" : "0"
      },
      {
        "id" : "Location.managingOrganization",
        "path" : "Location.managingOrganization",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://demis.rki.de/fhir/ars/StructureDefinition/Hospital"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Location.managingOrganization.reference",
        "path" : "Location.managingOrganization.reference",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Location.managingOrganization.type",
        "path" : "Location.managingOrganization.type",
        "max" : "0"
      },
      {
        "id" : "Location.managingOrganization.identifier",
        "path" : "Location.managingOrganization.identifier",
        "max" : "0"
      },
      {
        "id" : "Location.managingOrganization.display",
        "path" : "Location.managingOrganization.display",
        "max" : "0"
      },
      {
        "id" : "Location.partOf",
        "path" : "Location.partOf",
        "max" : "0"
      },
      {
        "id" : "Location.hoursOfOperation",
        "path" : "Location.hoursOfOperation",
        "max" : "0"
      },
      {
        "id" : "Location.availabilityExceptions",
        "path" : "Location.availabilityExceptions",
        "max" : "0"
      },
      {
        "id" : "Location.endpoint",
        "path" : "Location.endpoint",
        "max" : "0"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.